Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the go-dependencies group with 8 updates in the / directory:

Package From To
github.com/fatih/color 1.17.0 1.18.0
github.com/google/go-jsonnet 0.20.0 0.21.0
github.com/gruntwork-io/terratest 0.47.2 0.51.0
github.com/hashicorp/go-getter 1.7.6 1.8.2
github.com/pterm/pterm 0.12.79 0.12.81
github.com/stuart-warren/yamlfmt 0.1.2 0.2.0
github.com/urfave/cli/v2 2.27.5 2.27.7
github.com/gabriel-vasile/mimetype 1.4.6 1.4.10

Updates github.com/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff in compare view

Updates github.com/google/go-jsonnet from 0.20.0 to 0.21.0

Release notes

Sourced from github.com/google/go-jsonnet's releases.

v0.21.0

After (slightly over) a year, we have a new release. Please also see the changelog for the corresponding C++ jsonnet release, which includes some shared items: https://github.com/google/jsonnet/releases/tag/v0.21.0

A Python package is available at https://pypi.org/project/gojsonnet/0.21.0/

Building this release requires Go 1.23. Trying to build with versions of Go older than 1.21 will fail with a misleading error message due to a change to the way go release versioning worked in Go 1.21 (see #803)

What's Changed since v0.20.0

... (truncated)

Commits
  • 6796868 release: prepare to release v0.21.0
  • d670d5f chore: fix release action to avoid creating two releases
  • 2f73f61 Remove dependency on cpp-jsonnet submodule from C bindings
  • 1c79f57 fix: Fix error messages when a comprehension iterates over a non-array.
  • 1add1e1 ci: check that the example using a bazel module builds
  • fb07a24 feat: add an example bazel module + go binary using the library
  • 2a263bf fix: passing name= to go_sdk.download() breaks use of the bazel module
  • 9cd0cd0 ci: create a stable source archive attached to the release
  • 2a3f4af release: prepare to release v0.21.0-rc2
  • fe1d35d Fix compatibility with setuptools 72
  • Additional commits viewable in compare view

Updates github.com/gruntwork-io/terratest from 0.47.2 to 0.51.0

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.51.0

What's Changed

Full Changelog: gruntwork-io/terratest@v0.50.0...v0.51.0

v0.50.0

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0

v0.49.0

Modules affected

  • terraform
  • helm
  • azure
  • aws
  • k8s
  • logger
  • packer

... (truncated)

Commits
  • af08d0f Merge pull request #1592 from gruntwork-io/dependabot/bundler/docs/rexml-3.4.2
  • a31ec8d Bump rexml from 3.3.9 to 3.4.2 in /docs
  • 67c39c5 Merge pull request #1590 from gruntwork-io/upgrade-k8s-lib
  • d369cf0 Fix non-constant format string errors in fmt.Errorf and fmt.Fprintf calls
  • a1284a1 upgrade k8s lib
  • a4af63b Merge pull request #1585 from gruntwork-io/dependabot/go_modules/github.com/u...
  • 52a7e07 Merge branch 'main' into dependabot/go_modules/github.com/ulikunitz/xz-0.5.14
  • 6765b93 Merge pull request #1576 from gruntwork-io/feat/opa-extra-args
  • a4eb7a2 Bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14
  • 74b0cf3 fmt
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-getter from 1.7.6 to 1.8.2

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.8.1...v1.8.2

v1.8.1

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.8.0...v1.8.1

v1.8.0

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.9...v1.8.0

v1.7.9

What's Changed

New Contributors

... (truncated)

Commits
  • 60a3d53 Ensure temporary directory symlinks do not cause errors (#560)
  • d2e581e [fix] Windows junction handling (#557)
  • 928ae39 [chore] : Bump actions/setup-go from 5.5.0 to 6.0.0 in the actions group (#558)
  • 4bddabb Improve CI/CD, fix tests (#554)
  • c188239 chore(deps): bump ulikunitz/xz to v0.5.15 (#550)
  • 344b308 Merge pull request #551 from hashicorp/dependabot/github_actions/actions-bf0a...
  • aa02a21 [chore] : Bump the go-security group with 2 updates (#535)
  • a7c1f46 [chore] : Bump the actions group with 2 updates
  • d879f88 Modernize codebase: Fix linting issues, update CI/CD workflow, and improve te...
  • c52d97c Upgrade to aws-sdk-go-v2, v1 is unsupported (#548)
  • Additional commits viewable in compare view

Updates github.com/pterm/pterm from 0.12.79 to 0.12.81

Release notes

Sourced from github.com/pterm/pterm's releases.

v0.12.81

What's Changed

Exciting New Features 🎉

Fixes 🔧

New Contributors

Full Changelog: pterm/pterm@v0.12.80...v0.12.81

v0.12.80

What's Changed

Exciting New Features 🎉

Fixes 🔧

Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.79...v0.12.80

Commits
  • 7278f55 fix(spinner): clear the old text when using UpdateText with Spinner (#656)
  • faf819b fix: fix array out of bounds error in MultiPrinter.getString() (#678)
  • 0d3895d fix(spinner): suppress spinner line clearing in raw output mode (#692)
  • fb12e69 feat(multiselect): optionally show selected options (#719)
  • b2db2e2 docs: autoupdate
  • 10d0c5d Fix leak (#705)
  • 83217c9 docs: autoupdate
  • d55e3c2 feat: adding more padding setters for BoxPrinter (#709)
  • 3be86ba fix(logger): correctly print slog attribute values for json output (#716)
  • a1f016c docs: autoupdate
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates github.com/stuart-warren/yamlfmt from 0.1.2 to 0.2.0

Release notes

Sourced from github.com/stuart-warren/yamlfmt's releases.

v0.2.0

Changelog

  • ab65392 Disable sorting by default, but add a sort flag [@​lollipopman]
  • 0e09bf1 Update README.md
  • fcd6028 Update go.yml
  • 6cfb236 fix: Dockerfile to reduce vulnerabilities
  • d64ddd1 fix: Dockerfile to reduce vulnerabilities
Commits
  • 0e09bf1 Update README.md
  • 45bd3f3 Merge pull request #16 from lollipopman/make-sorting-optional
  • 322c5b6 Merge branch 'master' into make-sorting-optional
  • fcd6028 Update go.yml
  • ab65392 Disable sorting by default, but add a sort flag
  • dc0d738 Merge pull request #21 from stuart-warren/snyk-fix-2e3b8e21e39ef6a48e143f8642...
  • 6cfb236 fix: Dockerfile to reduce vulnerabilities
  • 7c58a37 Merge pull request #18 from stuart-warren/snyk-fix-4524030d46df0670339b0d91e4...
  • d64ddd1 fix: Dockerfile to reduce vulnerabilities
  • See full diff in compare view

Updates github.com/urfave/cli/v2 from 2.27.5 to 2.27.7

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.27.7

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

Commits
  • 19b951a Merge pull request #2159 from urfave/v2-deps-up
  • dd134b5 Update dependencies in v2 series
  • 347cd02 Merge pull request #2157 from urfave/v2-not-dependabot
  • 0acf2e4 Dependabot does not work like this (v2)
  • c7bc0a9 Merge pull request #2154 from urfave/v2-dependabot-maybe
  • 6ec0368 Is this file needed on each release branch? (v2)
  • 9d76d15 Merge pull request #2070 from dearchap/issue_2069
  • 4abc9c3 Fix:(issue_2069) Add sep for string slice
  • 3b17080 Merge pull request #2015 from urfave/update_docs_v2
  • 1e15e30 Update cli.yml
  • Additional commits viewable in compare view

Updates github.com/gabriel-vasile/mimetype from 1.4.6 to 1.4.10

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.10 perfomance inprovements, tests and new formats

This release adds support for XHTML, Lotus-1-2-3, KML, shell scripts, VSDX, OneNote, CHM and Netpbm file formats. Changes were made to make mimetype behave more file linux $ file --mime utility.

https://github.com/gabriel-vasile/mimetype_tests repo is now used for running comparisons between mimetype and $ file --mime. It contains 50 000 samples and mimetype identifies the same format as $ file --mime for ~97% of them. Results are in the Actions tab.

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 6, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 6, 2025
Bumps the go-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.0` |
| [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) | `0.20.0` | `0.21.0` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.47.2` | `0.51.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.6` | `1.8.2` |
| [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.79` | `0.12.81` |
| [github.com/stuart-warren/yamlfmt](https://github.com/stuart-warren/yamlfmt) | `0.1.2` | `0.2.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.7` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.10` |



Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

Updates `github.com/google/go-jsonnet` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/google/go-jsonnet/releases)
- [Changelog](https://github.com/google/go-jsonnet/blob/master/.goreleaser.yml)
- [Commits](google/go-jsonnet@v0.20.0...v0.21.0)

Updates `github.com/gruntwork-io/terratest` from 0.47.2 to 0.51.0
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.47.2...v0.51.0)

Updates `github.com/hashicorp/go-getter` from 1.7.6 to 1.8.2
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.6...v1.8.2)

Updates `github.com/pterm/pterm` from 0.12.79 to 0.12.81
- [Release notes](https://github.com/pterm/pterm/releases)
- [Commits](pterm/pterm@v0.12.79...v0.12.81)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `github.com/stuart-warren/yamlfmt` from 0.1.2 to 0.2.0
- [Release notes](https://github.com/stuart-warren/yamlfmt/releases)
- [Changelog](https://github.com/stuart-warren/yamlfmt/blob/master/.goreleaser.yml)
- [Commits](stuart-warren/yamlfmt@v0.1.2...v0.2.0)

Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.7
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.5...v2.27.7)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.10
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.6...v1.4.10)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `golang.org/x/text` from 0.23.0 to 0.28.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/google/go-jsonnet
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/gruntwork-io/terratest
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/hashicorp/go-getter
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/pterm/pterm
  dependency-version: 0.12.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stuart-warren/yamlfmt
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/urfave/cli/v2
  dependency-version: 2.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-dae30e310b branch from 208e623 to 41121e3 Compare November 3, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant